jade.domain.introspection
Class RemovedBehaviour

java.lang.Object
  |
  +--jade.domain.introspection.RemovedBehaviour

public class RemovedBehaviour
extends java.lang.Object

Author:
Giovanni Rimassa - Universita` di Parma

Constructor Summary
RemovedBehaviour()
           
 
Method Summary
 AID getAgent()
           
 BehaviourID getBehaviour()
           
 void setAgent(AID id)
           
 void setBehaviour(BehaviourID id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovedBehaviour

public RemovedBehaviour()
Method Detail

setAgent

public void setAgent(AID id)

getAgent

public AID getAgent()

setBehaviour

public void setBehaviour(BehaviourID id)

getBehaviour

public BehaviourID getBehaviour()